Calculate Length of Array in C by Using Function - Stack ... 2010年11月12日 - I want to make a FUNCTION which calculates size of passed array. I will pass an Array as input and it should return its length. I want a Function